![]() |
PATH![]() |
![]() ![]() |
Changes the current setting of a control and redraws it accordingly.
pascal void SetControl32BitValue (
ControlHandle theControl,
SInt32 newValue);
Your application may use the SetControl32BitValue function to set a 32-bit value as the current setting for a control.
If your application uses a 32-bit control value, it should not attempt to obtain this value by calling the pre-Mac OS 8.5 function
GetControlValue
or by accessing the
contrlValue
field of the
ControlRecord
structure, because the stored 16-bit value will not accurately reflect the current 32-bit control value. Instead, use the function
GetControl32BitValue
.